name: <<>> version: 0.0.0.1 synopsis: <<>> description: <<>> category: Tools license: BSD3 License-file: LICENSE author: <<>> maintainer: <<>> Cabal-Version: >=1.8.0.6 build-type: Simple Flag tests Description: Build the tests Default: False Library hs-source-dirs: src Build-depends: base >= 4 && < 6 ghc-options: -Wall Executable <<>> Main-Is: Main.hs hs-source-dirs: appsrc Build-depends: <<>>, base >= 4 && < 6 ghc-options: -Wall Executable test-<<>> Main-Is: Main.hs hs-source-dirs: tests/src if !flag(tests) Buildable: False Build-depends: <<>>, base >= 4 && < 6 ghc-options: -Wall